Sort(IComparer<Appointment>) Method
Sorts the elements in the entire AppointmentList using the specified comparer.
public void Sort(
System.Collections.Generic.IComparer<Appointment>
)
'Declaration
Public Overloads Sub Sort( _
ByVal As System.Collections.Generic.IComparer(Of Appointment) _
)
Parameters
- comparer
- The IComparer{Appointment} implementation to use when comparing elements, or a null reference (Nothing in Visual Basic) to use the default comparer.